SixBit API Schema
pagingattrGroup Attribute Group
Description
Attributes to provide paging capabilities.
Namespace (none)
Overview
pagingattrGroup
Attributes to provide paging capabilities.
startid optional xs:integer
The first id to be included in the output.
count optional xs:integer
The number of results to be returned in the output.
Attributes
NameTypeUseDefaultFixedDescription
startidxs:integeroptional  The first id to be included in the output.
countxs:integeroptional  The number of results to be returned in the output.
Source
<xs:attributeGroup name="pagingattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to provide paging capabilities.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="startid" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The first id to be included in the output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="count" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The number of results to be returned in the output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.